Adjust our gfx/skia/moz.build patch to upstream changes
authorMike Hommey <mh@glandium.org>
Tue, 23 Jan 2024 23:48:37 +0000 (08:48 +0900)
committerMike Hommey <glandium@debian.org>
Wed, 25 Feb 2026 02:00:38 +0000 (11:00 +0900)
Gbp-Pq: Topic debian-hacks
Gbp-Pq: Name Adjust-our-gfx-skia-moz.build-patch-to-upstream-chan.patch

gfx/skia/moz.build

index d46a7a746976873ed2af69386615546e652a5704..f19f1c330a47226d01d6141762a8d905c89c5e60 100644 (file)
@@ -380,7 +380,7 @@ UNIFIED_SOURCES += [
 ]
 
 # Work around https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110606
-if CONFIG['CC_TYPE'] == 'gcc' and CONFIG['CPU_ARCH'] == 'ppc64':
+if CONFIG['CC_TYPE'] == 'gcc' and CONFIG['TARGET_CPU'] == 'ppc64':
     SOURCES += ['skia/src/sksl/SkSLInliner.cpp']
 else:
     UNIFIED_SOURCES += ['skia/src/sksl/SkSLInliner.cpp']